home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / talktome.sit / Talk To Me / background_2681.txt < prev    next >
Text File  |  1988-11-14  |  2KB  |  110 lines

  1. -- background: 2681 from stack: in
  2. -- bmap block id: 3511
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=323 top=147 right=242 bottom=483
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 201
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: text
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2001
  25. -- rect: left=350 top=290 right=316 bottom=386
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1011 / 1011
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual dissolve
  37.   go home
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (field)
  43. -- low flags: 00
  44. -- high flags: 0004
  45. -- rect: left=445 top=33 right=53 bottom=506
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 3
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: rate
  54.  
  55.  
  56. -- part 4 (field)
  57. -- low flags: 00
  58. -- high flags: 0004
  59. -- rect: left=445 top=62 right=82 bottom=506
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: pitch
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=123 top=214 right=337 bottom=235
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: SayIt
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   put background field "text" into text
  85.   put first word of background field "rate" into rate
  86.   put first word of background field "pitch" into pitch
  87.   talk text,rate,pitch
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 6 (button)
  93. -- low flags: 00
  94. -- high flags: 2001
  95. -- rect: left=398 top=288 right=318 bottom=432
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 32462 / 32462
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: AboutTalk
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual venetian blinds
  107.   go to card "about"
  108. end mouseUp
  109.  
  110.